home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / gl_dev.idb / usr / share / src / OpenGL / toolkits / libfont / font.h.z / font.h
Encoding:
C/C++ Source or Header  |  1996-03-15  |  223 b   |  10 lines

  1. /*
  2. ** Prototypes
  3. */
  4.  
  5. extern GLenum fontCreateStroke(GLuint);
  6. extern GLenum fontCreateOutline(GLuint);
  7. extern GLenum fontCreateFilled(GLuint);
  8. extern GLenum fontCreateBitmap(GLuint);
  9. extern void fontDrawStr(GLuint, char *);
  10.